home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem This BATch file allows execution of SQUAWK with COMMAND line
- rem parameters (up to 6 but it can be increased to whatever you wish).
- rem I have not found any way to supress the display when executing SQUAWK.
- rem
- rem To use, execute for example SQUAWKER SSSABC (spaces between parameters
- rem appears to be optional)
- rem
- key-fake "%1 %2 %3 %4 %5 %6" 27
- squawk
-